@charset "utf-8";
/* CSS Document */

/* =========全局样式======= */
html, body, div, p, a, ol, ul, li, dl, dt, dd, h1, h2, h3, h4,h5,h6,img, object, embed, span, form, marquee{margin:0;padding:0;}
body{font-size:12px;font-family:微软雅黑,Arial, Helvetica, sans-serif;color:#666; line-height:1.7; background-color:#e7e7e7;}
ol, ul, li, dl, dt, dd{list-style:none;}
img{border:none;}
p{text-justify:inter-ideograph;}
/*table{border:0px;border-collapse:collapse;border-spacing:0px;}*/
em,i{ font-style:normal;}
a {text-decoration:none;color:#666;}
/*a:link,a:visited{}*/
a:hover {color:#008ae2;text-decoration:  none;}

/* =========基本样式======= */
h1{font-size:20px;font-family:"Microsoft YaHei","黑体";font-weight:100;}
h2{font-size:14px;font-family:"Microsoft YaHei"; font-weight:normal;}
h3{font-size:14px;}
h4{font-size:14px;font-weight:normal;}
h5{font-size:12px;}
h6{font-size:12px;font-weight:normal;}


/*=======通用==========*/
.wrapper{width:1000px; margin:0 auto;}

/*======浮动=====*/
.left{float:left;}
.right{float:right;}

.bofore{clear:both;}